home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 27 / Revista do CD-ROM 27.iso / entrete / DEMOCP / JOGOS.DXR / 00056.ls < prev    next >
Encoding:
Text File  |  1996-11-20  |  353 b   |  17 lines

  1. on mouseUp
  2.   global nome, frame
  3.   repeat with i = 1 to 3
  4.     repeat with z = 1 to 60
  5.       set the puppet of sprite 43 to 1
  6.       set the castNum of sprite 43 to cast ("porteira" & i)
  7.       updateStage()
  8.     end repeat
  9.     updateStage()
  10.   end repeat
  11.   sound stop 1
  12.   sound stop 2
  13.   set nome to the movieName
  14.   set frame to the frame
  15.   go(1, "Sair")
  16. end
  17.